|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectraar.language.compiler.RACompiler
public class RACompiler
The language compiler. Very much a core of this great program. Lots of thanks go to Rembrandt Puijker...
| Constructor Summary | |
|---|---|
RACompiler()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
capitalizeKeywords(java.lang.String c)
Capitalize the keywords in the supplied string c. |
static RAProcess |
compile(java.lang.String c)
Compile the process which is defined in RAAR language in string c. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RACompiler()
| Method Detail |
|---|
public static RAProcess compile(java.lang.String c)
throws RAException
RAException
public static java.lang.String capitalizeKeywords(java.lang.String c)
throws RAException
RAException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||